To setup the mod:
1- Put all files under the same folder with the game
2- Edit your loader's list (which might be dlls.txt) to include UnitXP_SP3.dll
3- Start the game

You could read more info at
    https://codeberg.org/konaka/UnitXP_SP3/wiki



To setup the Lua addon:
1- Move UnitXP_SP3_Addon folder into Interface/AddOns/

Lua addon is optional. It enables certain game events to be linked with notifications when game is in background (minimized):
- Whisper
- Trade
- Invitation
- Enter combat
- Raid warning
- Ready check
- Battlefield is ready
- Party is full


About Lua debugger (which is in debug package):
"Demo Lua Debugger.exe" is a debugger for in-game Lua. You could add a breakpoint into your Lua code by:
    UnitXP("debug", "breakpoint");

Launch the debugger before breakpoint, UnitXP_SP3 would connect to the debugger when code execution reach the breakpoint.

"Demo Lua Debugger.exe" reqiures .NET Framework 4.7.2 for Windows, or Mono for Linux.



Source of "UnitXP_SP3.dll" is at 
    https://codeberg.org/konaka/UnitXP_SP3

Source of Lua addon is at
    https://codeberg.org/konaka/UnitXP_SP3_Addon

Source of "Demo Lua Debugger.exe"is at
    https://codeberg.org/konaka/DemoLuaDebuggerVanilla
